home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / CSS2 Specification.cod < prev    next >
Text File  |  2006-01-12  |  17KB  |  95 lines

  1. CSS2 Specification;CSS2 Specification;;;NA;http://www.w3.org/TR/REC-CSS2/
  2. Background;Background;;;NA;NA
  3.     background;The 'background' property is a shorthand property for setting the individual background properties.;background:;;background;background:
  4.     background-attachment;If a background image is specified, this property specifies whether it is fixed with regard to the viewport ('fixed') or scrolls along with the document ('scroll').;background-attachment:;;background-attachment;background-attachment:
  5.     background-color;This property sets the background color of an element, either a <color> value or the keyword 'transparent', to make the underlying colors shine through.;background-color:;;background-color;background-color:
  6.     background-image;This property sets the background image of an element. When setting a background image, authors should also specify a background color that will be used when the image is unavailable. When the image is available, it is rendered on top of the background color.;background-image:;;background-image;background-image:
  7.     background-position;If a background image has been specified, this property specifies its initial position.;background-position:;;background-position;background-position:
  8.     background-repeat;If a background image is specified, this property specifies whether the image is repeated (tiled), and how. All tiling covers the content and padding areas of a box.;background-repeat:;;background-repeat;background-repeat:
  9. Border;Border;;;NA;NA
  10.     border;The 'border' property is a shorthand property for setting the same width, color, and style for all four borders of a box.;border:;;border;border:
  11.     border-bottom-width;This allows to change the width of just the bottom border.;border-bottom-width:;;border-bottom-width;border-bottom-width:
  12.     border-color;This allows you to specify a color for the border.;border-color:;;border-color;border-color:
  13.     border-right-width;This allows to change the width of just the right border.;border-right-width:;;border-right-width;border-right-width:
  14.     border-style;The 'border-style' property sets the style of the four borders. It can have from one to four values.;border-style:;;border-style;border-style:
  15.     border-top-width;This allows to change the width of just the top border.;border-top-width:;;border-top-width;border-top-width:
  16.     border-width;This sets the width of the border on all sides.;border-width:;;border-width;border-width:
  17.     margin;The 'margin' property is a shorthand property for setting 'margin-top', 'margin-right', 'margin-bottom', and 'margin-left' at the same place in the style sheet.;margin:;;margin;margin:
  18.     margin-bottom;Use this to change the size of just the bottom margin.;margin-bottom:;;margin-bottom;margin-bottom:
  19.     margin-left;Use this to change the size of just the left margin.;margin-left:;;margin-left;margin-left:
  20.     margin-right;Use this to change the size of just the right margin.;margin-right:;;margin-right;margin-right:
  21.     margin-top;Use this to change the size of just the top margin.;margin-top:;;margin-top;margin-top:
  22.     padding;The 'padding' property is a shorthand property for setting 'padding-top', 'padding-right', 'padding-bottom', and 'padding-left' at the same place in the style sheet.;padding:;;padding;padding:
  23.     padding-bottom;Use this to specify a padding to the bottom of an object.;padding-bottom:;;padding-bottom;padding-bottom:
  24.     padding-left;Use this to specify a padding to the left of an object.;padding-left:;;padding-left;padding-left:
  25.     padding-right;Use this to specify a padding to the right of an object.;padding-right:;;padding-right;padding-right:
  26.     padding-top;Use this to specify a padding to the top of an object.;padding-top:;;padding-top;padding-top:
  27. Classification;Classification;;;NA;NA
  28.     content;This property is used with the :before and :after pseudo-elements to generate content in a document.;content:;;content;content:
  29.     counter-increment;The 'counter-increment' property accepts one or more names of counters (identifiers), each one optionally followed by an integer. The integer indicates by how much the counter is incremented for every occurrence of the element.;counter-increment:;;counter-increment;counter-increment:
  30.     counter-reset;The 'counter-reset' property also contains a list of one or more names of counters, each one optionally followed by an integer. The integer gives the value that the counter is set to on each occurrence of the element.;counter-reset:;;counter-reset;counter-reset:
  31.     list-style;The 'list-style' property is a shorthand notation for setting the three properties 'list-style-type', 'list-style-image', and 'list-style-position' at the same place in the style sheet.;list-style:;;list-style;list-style:
  32.     list-style-image;This property sets the image that will be used as the list item marker. When the image is available, it will replace the marker set with the 'list-style-type' marker. ;list-style-image:;;list-style-image;list-style-image:
  33.     list-style-position;This property specifies the position of the marker box in the principal block box.;list-style-position:;;list-style-position;list-style-position:
  34.     list-style-type;This property specifies appearance of the list item marker if 'list-style-image' has the value 'none' or if the image pointed to by the URI cannot be displayed.;list-style-type:;;list-style-type;list-style-type:
  35.     marker-offset;This property specifies the distance between the nearest border edges of a marker box and its associated principal box.;marker-offset:;;marker-offset;marker-offset:
  36.     quotes;This property specifies quotation marks for any number of embedded quotations.;quotes:;;quotes;quotes:
  37. Effects;Effects;;;NA;NA
  38.     clip;The 'clip' property applies to elements that have a 'overflow' property with a value other than 'visible'.;clip:;;clip;clip:
  39.     overflow;This property specifies whether the content of a block-level element is clipped when it overflows the element's box (which is acting as a containing block for the content).;overflow:;;overflow;overflow:
  40.     visibility;The 'visibility' property specifies whether the boxes generated by an element are rendered. Invisible boxes still affect layout (set the 'display' property to 'none' to suppress box generation altogether).;visibility:;;visibility;visibility:
  41. Font;Font;;;NA;NA
  42.     color;This property describes the foreground color of an element's text content.;color:;;color;color:
  43.     font;The 'font' property is, except as described below, a shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family', at the same place in the style sheet.;font:;;font;font:
  44.     font-family;This property specifies a prioritized list of font family names and/or generic family names. To deal with the problem that a single font may not contain glyphs to display all the characters in a document, or that not all fonts are available on all systems, this property allows authors to specify a list of fonts, all of the same style and size, that are tried in sequence to see if they contain a glyph for a certain character.;font-family:;;font-family;font-family:
  45.     font-size;This property describes the size of the font when set solid.;font-size:;;font-size;font-size:
  46.     font-size-adjust;This property allows authors to specify an aspect value for an element that will preserve the x-height of the first choice font in the substitute font.;font-size-adjust:;;font-size-adjust;font-size-adjust:
  47.     font-stretch;The 'font-stretch' property selects a normal, condensed, or extended face from a font family.;font-stretch:;;font-stretch;font-stretch:
  48.     font-style;The 'font-style' property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.;font-style:;;font-style;font-style:
  49.     font-variant;In a small-caps font, the glyphs for lowercase letters look similar to the uppercase ones, but in a smaller size and with slightly different proportions. The 'font-variant' property requests such a font for bicameral (having two cases, as with Latin script). This property has no visible effect for scripts that are unicameral (having only one case, as with most of the world's writing systems).;font-variant:;;font-variant;font-variant:
  50.     font-weight;The 'font-weight' property specifies the weight of the font.;font-weight:;;font-weight;font-weight:
  51. Layout;Layout;;;NA;NA
  52.     cursor;This property specifies the type of cursor to be displayed for the pointing device.;cursor:;;cursor;cursor:
  53.     outline;The 'outline' property is a shorthand property, and sets all three of 'outline-style', 'outline-width', and 'outline-color'.;outline:;;outline;outline:
  54.     outline-color;The 'outline-color' accepts all colors, as well as the keyword 'invert'. 'Invert' is expected to perform a color inversion on the pixels on the screen. This is a common trick to ensure the focus border is visible, regardless of color background.;outline-color:;;outline-color;outline-color:
  55.     outline-style;The 'outline-style' property accepts the same values as 'border-style', except that 'hidden' is not a legal outline style.;outline-style:;;outline-style;outline-style:
  56.     outline-width;The 'outline-width' property accepts the same values as 'border-width'.;outline-width:;;outline-width;outline-width:
  57. Page;Page;;;NA;NA
  58.     marks;In high-quality printing, marks are often added outside the page box. This property specifies whether cross marks or crop marks or both should be rendered just outside the page box edge.;marks:;;marks;marks:
  59.     orphans;The 'orphans' property specifies the minimum number of lines of a paragraph that must be left at the bottom of a page. The 'widows' property specifies the minimum number of lines of a paragraph that must be left at the top of a page.;orphans:;;orphans;orphans:
  60.     page;The 'page' property can be used to specify a particular type of page where an element should be displayed.;page:;;page;page:
  61.     page-break-after;A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'.;page-break-after:;;page-break-after;page-break-after:
  62.     page-break-before;A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'.;page-break-before:;;page-break-before;page-break-before:
  63.     page-break-inside;A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element. When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'.;page-break-inside:;;page-break-inside;page-break-inside:
  64.     size;This property specifies the size and orientation of a page box.;size:;;size;size:
  65.     windows;The 'widows' property specifies the minimum number of lines of a paragraph that must be left at the top of a page.;windows:;;windows;windows:
  66. Position;Position;;;NA;NA
  67.     bottom;This property specifies how far a box's left content edge is offset to the right of the left edge of the box's containing block.;bottom:;;bottom;bottom:
  68.     clear;This property indicates which sides of an element's box(es) may not be adjacent to an earlier floating box. (It may be that the element itself has floating descendants, the 'clear' property has no effect on those.);clear:;;clear;clear:
  69.     direction;This property specifies the base writing direction of blocks and the direction of embeddings and overrides (see 'unicode-bidi') for the Unicode bidirectional algorithm. In addition, it specifies the direction of table column layout, the direction of horizontal overflow, and the position of an incomplete last line in a block in case of 'text-align: justify'.;direction:;;direction;direction:
  70.     display;Note that although the initial value of 'display' is 'inline', rules in the user agent's default style sheet may override this value.;display:;;display;display:
  71.     float;This property specifies whether a box should float to the left, right, or not at all. It may be set for elements that generate boxes that are not absolutely positioned.;float:;;float;float:
  72.     height;This property specifies the content height of boxes generated by block-level and replaced elements.;height:;;height;height:
  73.     left;This property specifies how far a box's left content edge is offset to the right of the left edge of the box's containing block.;left:;;left;left:
  74.     line-height;If the property is set on a block-level element whose content is composed of inline-level elements, it specifies the minimal height of each generated inline box.;line-height:;;line-height;line-height:
  75.     max-height;This allows authors to constrain box heights to a certain range.;max-height:;;max-height;max-height:
  76.     max-width;This allows authors to constrain box widths to a certain range.;max-width:;;max-width;max-width:
  77.     min-height;This allows authors to constrain box heights to a certain range.;min-height:;;min-height;min-height:
  78.     min-width;This allows authors to constrain box widths to a certain range.;min-width:;;min-width;min-width:
  79.     position;The 'position' property determine which of the CSS2 positioning algorithms is used to calculate the position of a box. ;position:;;position;position:
  80.     right;This property specifies how far a box's right content edge is offset to the left of the right edge of the box's containing block.;right:;;right;right:
  81.     top;This property specifies how far a box's top content edge is offset below the top edge of the box's containing block.;top:;;top;top:
  82.     unicode-bidi;Because the Unicode algorithm has a limit of 15 levels of embedding, care should be taken not to use 'unicode-bidi' with a value other than 'normal' unless appropriate. In particular, a value of 'inherit' should be used with extreme caution.;unicode-bidi:;;unicode-bidi;unicode-bidi:
  83.     vertical-align;This property affects the vertical positioning inside a line box of the boxes generated by an inline-level element. The following values only have meaning with respect to a parent inline-level element, or to a parent block-level element, if that element generates anonymous inline boxes, they have no effect if no such parent exists.;vertical-align:;;vertical-align;vertical-align:
  84.     width;This property specifies the content width of boxes generated by block-level and replaced elements.;width:;;width;width:
  85.     z-index;For a positioned box, the 'z-index' property specifies-The stack level of the box in the current stacking context.;z-index:;;z-index;z-index:
  86. Text;Text;;;NA;NA
  87.     letter-spacing;This property specifies spacing behavior between text characters.;letter-spacing:;;letter-spacing;letter-spacing:
  88.     text-align;This property describes how inline content of a block is aligned.;text-align:;;text-align;text-align:
  89.     text-decoration;This property describes decorations that are added to the text of an element. If the property is specified for a block-level element, it affects all inline-level descendants of the element. If it is specified for (or affects) an inline-level element, it affects all boxes generated by the element. If the element has no content or no text content (e.g., the IMG element in HTML), user agents must ignore this property.;text-decoration:;;text-decoration;text-decoration:
  90.     text-indent;This property specifies the indentation of the first line of text in a block. More precisely, it specifies the indentation of the first box that flows into the block's first line box. The box is indented with respect to the left (or right, for right-to-left layout) edge of the line box. User agents should render this indentation as blank space.;text-indent:;;text-indent;text-indent:
  91.     text-shadow;This property accepts a comma-separated list of shadow effects to be applied to the text of the element. The shadow effects are applied in the order specified and may thus overlay each other, but they will never overlay the text itself. Shadow effects do not alter the size of a box, but may extend beyond its boundaries.;text-shadow:;;text-shadow;text-shadow:
  92.     text-transform;This property controls capitalization effects of an element's text.;text-transform:;;text-transform;text-transform:
  93.     white-space;This property declares how whitespace inside the element is handled.;white-space:;;white-space;white-space:
  94.     word-spacing;This property specifies spacing behavior between words.;word-spacing:;;word-spacing;word-spacing:
  95.